wrapper pattern 예문
예문
모바일
- The wrapper pattern, which resembles the delegates of C # in that it allows the client to access one or more client-defined methods through a known interface, is one such mechanism.
- In computer programming, the adapter design pattern ( often referred to as the "'wrapper pattern "'or simply a "'wrapper "') is a class into another interface that a client expects.
